home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / SeeMovieRun 2.0 / Headers / CAboutBox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  1.2 KB  |  46 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CAboutBox.h
  3.  
  4.                 CAboutBox Dialog Director Class
  5.     
  6.     Copyright Â© 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
  7.  
  8.     Generated by Visual Architectâ„¢ 12:52 PM Wed, Aug 2, 1995
  9.  
  10.     This file is only generated once. You can modify it by filling
  11.     in the placeholder functions and adding any new functions you wish.
  12.  
  13.     If you change the name of the dialog class, a fresh version of this
  14.     file will be generated. If you have made any changes to the file
  15.     with the old name, you will have to copy those changes to the new
  16.     file by hand.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "x_CAboutBox.h"
  23.  
  24.  
  25. class CDirectorOwner;
  26.  
  27. class CAboutBox : public x_CAboutBox
  28. {
  29. public:
  30.  
  31.     TCL_DECLARE_CLASS
  32.  
  33.         // Insert your own public data members here
  34.  
  35.     void     ICAboutBox(CDirectorOwner *aSupervisor);
  36.  
  37.     virtual    void    ProviderChanged(CCollaborator *aProvider, long reason, void* info);
  38.     virtual    void    DoCommand(long theCommand);
  39.  
  40. protected:
  41.  
  42.     virtual void     BeginData(CAboutBoxData *initial);
  43.     virtual void     UpdateData(CAboutBoxUpdate *update, long itemNo);
  44.     virtual void     EndData(CAboutBoxData *final);
  45. };
  46.